Add missing doc for several new formats/options.
authorrobertl <robertl>
Sun, 17 Aug 2008 22:09:45 +0000 (22:09 +0000)
committerrobertl <robertl>
Sun, 17 Aug 2008 22:09:45 +0000 (22:09 +0000)
xmldoc/formats/options/gopal-clean.xml
xmldoc/formats/options/igo8-description.xml [new file with mode: 0644]
xmldoc/formats/options/igo8-title.xml [new file with mode: 0644]
xmldoc/formats/options/igo8-tracknum.xml [new file with mode: 0644]
xmldoc/formats/options/lowranceusr-wversion.xml [new file with mode: 0644]
xmldoc/formats/options/m241-bin-csv.xml [new file with mode: 0644]
xmldoc/formats/options/m241-csv.xml [new file with mode: 0644]
xmldoc/formats/options/m241-erase.xml [new file with mode: 0644]
xmldoc/formats/options/tiger-unfoundmarker.xml

index 8b137891791fe96927ad78e64b0aad7bded08bdc..d0089f5eb263541601ade805214fe1b02b72860f 100644 (file)
@@ -1 +1,10 @@
+<para>
+  Specifying the <option>clean</option> flag makes the Gopal reader pass
+  over the data and discard data that is probably incorrect such as the
+  longitude and latitude of "0".
+</para>
+<para>
+  If you happen to be a boater or pilot off the south short of Ghana,
+  you may disagree that coordinates of "0, 0" are bad.
+</para>
 
diff --git a/xmldoc/formats/options/igo8-description.xml b/xmldoc/formats/options/igo8-description.xml
new file mode 100644 (file)
index 0000000..9eefaef
--- /dev/null
@@ -0,0 +1,5 @@
+<para>
+Use this option to the description of the track which is text appears just below the track title in the track list on the device.
+</para>
+
+
diff --git a/xmldoc/formats/options/igo8-title.xml b/xmldoc/formats/options/igo8-title.xml
new file mode 100644 (file)
index 0000000..4dbbc5a
--- /dev/null
@@ -0,0 +1,3 @@
+<para>
+  Use ths option to set the title of the track.
+</para>
diff --git a/xmldoc/formats/options/igo8-tracknum.xml b/xmldoc/formats/options/igo8-tracknum.xml
new file mode 100644 (file)
index 0000000..fe2ed76
--- /dev/null
@@ -0,0 +1,10 @@
+<para>
+  This option isn't entirely clear.  It appears to be a unique number
+  for each track that is used for coloring on the main display.  So if you
+  want two tracks to have different colors, set the track numbers to 
+  different values.
+</para>
+<para>
+  If you can provide a better description of this option, please do contact
+  us.
+</para>
diff --git a/xmldoc/formats/options/lowranceusr-wversion.xml b/xmldoc/formats/options/lowranceusr-wversion.xml
new file mode 100644 (file)
index 0000000..d8a59c0
--- /dev/null
@@ -0,0 +1,25 @@
+<para>
+  Newer (post 2006 or so) Lowrance devices added a version three of their
+  .usr file format that adds depth.   Specify "3" here to use that format
+  on write.  
+</para>
+
+<para>
+<userinput>
+ gpsbabel ... -o lowranceusr,wversion=2 -F blah.usr
+</userinput>
+is exactly the same as
+<userinput>
+ gpsbabel ... -o lowranceusr -F blah.usr
+</userinput>
+</para>
+
+
+<para>
+To create a file that contains depth but therefore isn't usable
+on older Lowrance products, use this:
+<userinput>
+ gpsbabel ... -o lowranceusr,wversion=3 -F blah.usr
+</userinput>
+
+<para>
diff --git a/xmldoc/formats/options/m241-bin-csv.xml b/xmldoc/formats/options/m241-bin-csv.xml
new file mode 100644 (file)
index 0000000..30489f3
--- /dev/null
@@ -0,0 +1,3 @@
+<para>
+  Specifies a filename into which  MTK-compatible CSV output will be written.
+</para>
diff --git a/xmldoc/formats/options/m241-csv.xml b/xmldoc/formats/options/m241-csv.xml
new file mode 100644 (file)
index 0000000..1750f66
--- /dev/null
@@ -0,0 +1,5 @@
+<para>
+  Note that this option is a bit of an oddity in the GPSBabel arsenal.  This
+  should probably be a "real" output type of its own instead of being bolted
+  onto an input type.
+</para>
diff --git a/xmldoc/formats/options/m241-erase.xml b/xmldoc/formats/options/m241-erase.xml
new file mode 100644 (file)
index 0000000..fa36635
--- /dev/null
@@ -0,0 +1,2 @@
+<para>This option erases the track log from the device after download.</para>
+
index 8b137891791fe96927ad78e64b0aad7bded08bdc..d9ff51a33812754109e35bb07950b0dc67be2903 100644 (file)
@@ -1 +1,3 @@
-
+<para> 
+  Specifies the icon type for unfound geocaches.  Default is "bluepin".
+</para>